projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc3630
)
ostbuild: Actually compose devel image from devel base
author
Colin Walters
<walters@verbum.org>
Tue, 31 Jan 2012 23:57:02 +0000
(18:57 -0500)
committer
Colin Walters
<walters@verbum.org>
Tue, 31 Jan 2012 23:57:02 +0000
(18:57 -0500)
Otherwise we don't have gcc, gdb, git etc...
src/ostbuild/pyostbuild/builtin_build.py
patch
|
blob
|
history
diff --git
a/src/ostbuild/pyostbuild/builtin_build.py
b/src/ostbuild/pyostbuild/builtin_build.py
index f8b20d40ee6f5d108844cabe34a8d42f13a61126..bb1e53d0aabf28733daf000a8dc1e179aba8a34f 100755
(executable)
--- a/
src/ostbuild/pyostbuild/builtin_build.py
+++ b/
src/ostbuild/pyostbuild/builtin_build.py
@@
-321,7
+321,7
@@
class OstbuildBuild(builtins.Builtin):
def _compose_arch(self, architecture, components):
runtime_base = self._get_base('runtime', architecture)
- devel_base = self._get_base('
runtime
', architecture)
+ devel_base = self._get_base('
devel
', architecture)
runtime_contents = [runtime_base + ':/']
devel_contents = [devel_base + ':/']